API Documentation
CameraWrapper.h
1 // CameraWrapper.h
3 //
5 
7 {
11  class CameraWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Getters
58  } ;
59 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper
Wraps a nkGraphics::Camera and offers functions for use in scripting.
Definition: CameraWrapper.h:12
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getPositionAbsolute
static nkScripts::OutputValue getPositionAbsolute(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getFov
static nkScripts::OutputValue getFov(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::CameraWrapper::getFrustum
static nkScripts::OutputValue getFrustum(const nkScripts::DataStack &stack)